home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  257 b   |  17 lines

  1. on exitFrame
  2.   repeat with n = 0 to 13
  3.     set the blend of sprite 3 to n * 8
  4.     updateStage()
  5.     set the visible of sprite 3 to 1
  6.     put "n"
  7.     if n >= 96 then
  8.       exit repeat
  9.     end if
  10.   end repeat
  11.   go(the frame + 1)
  12. end
  13.  
  14. on mouseUp
  15.   go(160)
  16. end
  17.